start method

Future<void> start()

Enables the local participant's video and sends the video to a conference.

Implementation

Future<void> start() async {
  return await _methodChannel.invokeMethod<void>("start");
}