menu
info_x package
documentation
device_info.dart
PlatformInfoFuture
isSimulator property
isSimulator property
dark_mode
light_mode
isSimulator
property
Future
<
bool
>
get
isSimulator
Implementation
Future<bool> get isSimulator async => (await this).isSimulator;
info_x package
documentation
device_info
PlatformInfoFuture
isSimulator property
PlatformInfoFuture extension on
FutureOr
<
DeviceInfo
>