isShareLocked method

Future<bool> isShareLocked()

Implementation

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