menu
ios_native_utils package
documentation
ios_native_utils_platform_interface.dart
IosNativeUtilsPlatform
isPad method
isPad method
dark_mode
light_mode
isPad
method
Future
<
bool
?
>
isPad
(
)
Implementation
Future<bool?> isPad() { throw UnimplementedError('isPad() has not been implemented.'); }
ios_native_utils package
documentation
ios_native_utils_platform_interface
IosNativeUtilsPlatform
isPad method
IosNativeUtilsPlatform class