menu
flutter_roomplan package
documentation
flutter_roomplan_platform_interface.dart
FlutterRoomplanPlatform
isSupported method
isSupported method
dark_mode
light_mode
isSupported
method
Future
<
bool
>
isSupported
(
)
Implementation
Future<bool> isSupported() { throw UnimplementedError('isSupported() has not been implemented.'); }
flutter_roomplan package
documentation
flutter_roomplan_platform_interface
FlutterRoomplanPlatform
isSupported method
FlutterRoomplanPlatform class