startNewSession static method
This method is used for starting new session
Implementation
static Future<void> startNewSession() async {
await _channel.invokeMethod('startNewSession');
}
This method is used for starting new session
static Future<void> startNewSession() async {
await _channel.invokeMethod('startNewSession');
}