menu
android_native package
documentation
content/Intent.dart
Intent
setComponent method
setComponent method
dark_mode
light_mode
setComponent
method
Intent
setComponent
(
ComponentName
?
component
)
Implementation
Intent setComponent(ComponentName? component) { _component = component; return this; }
android_native package
documentation
content/Intent
Intent
setComponent method
Intent class