Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Prev Previous commit
fix main.dart
  • Loading branch information
bparrishMines committed Feb 8, 2021
commit cd5299c45e0ca3eed773c93590393b9ab4735e66
3 changes: 1 addition & 2 deletions packages/ios_platform_images/example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ class _MyAppState extends State<MyApp> {
void initState() {
super.initState();

IosPlatformImages.resolveURL("textfile", null)
.then((value) => print(value));
IosPlatformImages.resolveURL("textfile").then((value) => print(value));
}

@override
Expand Down