@override Future<void> requestAuthentication() async { try { await methodChannel.invokeMethod<void>('requestAuthentication'); } catch (e) { rethrow; } }