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