Update backup_and_restore.dart
formatting
This commit is contained in:
parent
15a0958f2b
commit
361ebcce4d
1 changed files with 3 additions and 1 deletions
|
|
@ -159,7 +159,9 @@ class BackupAndRestore extends ConsumerWidget {
|
|||
try {
|
||||
FilePickerResult? result =
|
||||
await FilePicker.platform
|
||||
.pickFiles(allowMultiple: false, type: FileType.custom, allowedExtensions: ["backup"]);
|
||||
.pickFiles(allowMultiple: false,
|
||||
type: FileType.custom,
|
||||
allowedExtensions: ["backup"]);
|
||||
|
||||
if (result != null && context.mounted) {
|
||||
ref.watch(doRestoreProvider(
|
||||
|
|
|
|||
Loading…
Reference in a new issue