Location isolate return

This commit is contained in:
Yegor Vialov 2020-03-04 17:16:16 +00:00
parent 7536a52771
commit b907ff1e82

View File

@ -196,6 +196,6 @@ void updateDeviceLocationIsolate() {
print("[Background $backgroundTask] Not configured"); print("[Background $backgroundTask] Not configured");
completer.complete(true); completer.complete(true);
} }
return Future.value(true); return completer.future;
}); });
} }