menu
torch_plus package
documentation
torch_plus_method_channel.dart
MethodChannelTorchPlus
toggle method
toggle method
dark_mode
light_mode
toggle
method
@
override
Future
<
void
>
toggle
(
)
override
Implementation
@override Future<void> toggle() async { return await methodChannel.invokeMethod<void>('toggle'); }
torch_plus package
documentation
torch_plus_method_channel
MethodChannelTorchPlus
toggle method
MethodChannelTorchPlus class