cancelCurrentSession static method
This method is used for cancelling current running session.
Implementation
static Future<void> cancelCurrentSession() async {
await _channel.invokeMethod('cancelCurrentSession');
}
This method is used for cancelling current running session.
static Future<void> cancelCurrentSession() async {
await _channel.invokeMethod('cancelCurrentSession');
}