FlutterIntentWithResult constructor
FlutterIntentWithResult({})
Implementation
FlutterIntentWithResult({
required this.url,
this.action = "android.intent.action.VIEW",
required this.requestCode,
this.extras,
});