isHeld method

Future<bool> isHeld()

Implementation

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