release method

Future<void> release()

Implementation

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