lock method

Future<void> lock()

Implementation

Future<void> lock() {
  throw UnimplementedError('lock() has not been implemented.');
}