isInstalled method

Future<bool> isInstalled()

check qq app is installed

Implementation

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