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