@override Future<int?> isEmulator() async{ final isEmulator = await methodChannel.invokeMethod<int>('isEmulator'); return isEmulator; }