Cancel current authentication
@override Future<void> cancelAuthentication() async { await methodChannel.invokeMethod<void>('cancelAuthentication'); }