menu
android_native package
documentation
content/Intent.dart
Intent
setType method
setType method
dark_mode
light_mode
setType
method
Intent
setType
(
String
?
type
)
Implementation
Intent setType(String? type) { _data = null; _type = type; return this; }
android_native package
documentation
content/Intent
Intent
setType method
Intent class