init method

Future<void> init()

Implementation

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