isAppInstalled method

Future<Map<String, dynamic>> isAppInstalled()

Implementation

Future<Map<String, dynamic>> isAppInstalled() {
  throw UnimplementedError('isAppInstalled() has not been implemented.');
}