release method

Future<void> release()

Implementation

Future<void> release() async {
  await _channel.invokeMethod(RELEASE_METHOD);
}