acquire method

Future<void> acquire()

Implementation

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