menu
bmrt_plugin package
documentation
launch_option.dart
LaunchOptions
operator []= method
operator []= method
dark_mode
light_mode
operator []=
method
void
operator []=
(
String
index
,
dynamic
value
)
Implementation
void operator []=(String index, dynamic value) { _optionsMap[index] = value; }
bmrt_plugin package
documentation
launch_option
LaunchOptions
operator []= method
LaunchOptions class