release method

Future<void> release()

Implementation

Future<void> release() async {
  await _webRtcModule.invokeMethod(RELEASE_METHOD, null);
}