menu
fwdebug_flutter package
documentation
fwdebug_flutter_method_channel.dart
MethodChannelFwdebugFlutter
toggle method
toggle method
dark_mode
light_mode
toggle
method
@
override
dynamic
toggle
(
{
bool
?
visible
,
})
override
Implementation
@override toggle({bool? visible}) async { await methodChannel.invokeMethod('toggle', visible); }
fwdebug_flutter package
documentation
fwdebug_flutter_method_channel
MethodChannelFwdebugFlutter
toggle method
MethodChannelFwdebugFlutter class