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