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