Checks if consent has been given.
@override Future<bool> hasConsent() async { final result = await methodChannel.invokeMethod<bool>('hasConsent'); return result ?? false; }