isAvailable method

Future<bool> isAvailable()

Implementation

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