Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c52ec20

Browse files
committed
Fixed a typo in the README.
1 parent efdc054 commit c52ec20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ import 'package:flutter_android/android_content.dart' show Intent;
5050
await Intent(
5151
action: "android.intent.action.VIEW", // Intent.ACTION_VIEW
5252
data: Uri.parse("https://flutter.dev"),
53-
).startActivity;
53+
).startActivity();
5454
```
5555

5656
### Face detection

0 commit comments

Comments
 (0)