isIOSSimulator static method

Future<bool> isIOSSimulator()

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();