remove unused method

This commit is contained in:
Neeraj Gupta 2022-08-29 23:35:49 +05:30
parent 2bbacb26ee
commit 97ed88de3d
No known key found for this signature in database
GPG key ID: 3C5A1684DC1729E1

View file

@ -66,10 +66,6 @@ class DeviceFolderPage extends StatelessWidget {
),
);
}
Widget _getHeaderWidget() {
return BackupConfigurationHeaderWidget(devicePathCollection);
}
}
class BackupConfigurationHeaderWidget extends StatefulWidget {