startNewSession static method

Future startNewSession()

Implementation

static Future<dynamic> startNewSession() async {
  return await _channel.invokeMethod("startNewSession", []);
}