resume method

void resume()

Resumes the video session.

Invoke it when the app comes back to foreground with an active session.

This method is only for Android. On iOS will do nothing.

Implementation

void resume() async {
  await _openTokFlutter?.onResume();
}