Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efdc054 commit c52ec20Copy full SHA for c52ec20
README.md
@@ -50,7 +50,7 @@ import 'package:flutter_android/android_content.dart' show Intent;
50
await Intent(
51
action: "android.intent.action.VIEW", // Intent.ACTION_VIEW
52
data: Uri.parse("https://flutter.dev"),
53
-).startActivity;
+).startActivity();
54
```
55
56
### Face detection
0 commit comments