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