Immediately aborts the current session with no final result.
@override Future<void> cancel() { return methodChannel.invokeMethod<void>('cancel'); }