@override Future<bool> checkAuthentication() async { try { return await methodChannel.invokeMethod<bool>('checkAuthentication') ?? false; } catch (e) { rethrow; } }