@override Future<bool> canAuthenticate() async { final bool? canAuthenticate = await methodChannel.invokeMethod<bool>('canAuthenticate'); return canAuthenticate ?? false; }