isInstalled method

  1. @override
Future<bool> isInstalled()
override

Implementation

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