menu
is_wear package
documentation
is_wear_method_channel.dart
MethodChannelIsWear
check method
check method
dark_mode
light_mode
check
method
@
override
Future
<
bool
?
>
check
(
)
override
Implementation
@override Future<bool?> check() async { return await methodChannel.invokeMethod<bool>('check'); }
is_wear package
documentation
is_wear_method_channel
MethodChannelIsWear
check method
MethodChannelIsWear class