release method

Future<void> release()

Implementation

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