Future<bool> isIOSSimulator() async { if (kIsWeb || defaultTargetPlatform != TargetPlatform.iOS) { return false; } return false; }