isAppInstalled method

Future<bool> isAppInstalled()

Implementation

Future<bool> isAppInstalled() {
  throw UnimplementedError('isAppInstalled() has not been implemented.');
}