isPaired method

Future<bool> isPaired()

Implementation

Future<bool> isPaired() {
  throw UnimplementedError('is not supported right now');
}