Skip to content

Commit 2acacbb

Browse files
committed
fix: users.json import
1 parent 959c532 commit 2acacbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/others/native.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Future<File?> getUserJsonFile() async {
8888
String path = await (_channel.invokeMethod(
8989
'readJsonFromUri',
9090
uri,
91-
) as FutureOr<String>);
91+
));
9292
return File(path);
9393
} catch (e) {
9494
if (e is PlatformException && e.code == '526') {

0 commit comments

Comments
 (0)