isIOSSimulator static method
Check if the app is running on iOS Simulator.
This function should only be called when defaultTargetPlatform
is TargetPlatform.iOS and kIsWeb is false
.
Implementation
static Future<bool> isIOSSimulator() =>
QuillNativeBridgePlatform.instance.isIOSSimulator();