isAvailable property

Future<bool> isAvailable

Implementation

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