menu
android_native package
documentation
content/Intent.dart
Intent
Intent.new constructor
Intent.new constructor
dark_mode
light_mode
Intent
constructor
Intent
(
{
String
?
action
,
Uri
?
uri
,
})
Implementation
Intent({String? action, Uri? uri}) { this._action = action; this._data = uri; }
android_native package
documentation
content/Intent
Intent
Intent.new constructor
Intent class