cancelCurrentSession static method

Future<void> cancelCurrentSession()

This method is used for cancelling current running session.

Implementation

static Future<void> cancelCurrentSession() async {
  await _channel.invokeMethod('cancelCurrentSession');
}