menu
watchify_flutter package
documentation
watchify_flutter_platform_interface.dart
WatchifyFlutterPlatform
isSupported method
isSupported method
dark_mode
light_mode
isSupported
method
Future
<
bool
>
isSupported
(
)
Implementation
Future<bool> isSupported() { throw UnimplementedError('is not supported right now'); }
watchify_flutter package
documentation
watchify_flutter_platform_interface
WatchifyFlutterPlatform
isSupported method
WatchifyFlutterPlatform class