menu
plumcheck_flutter_sdk package
documentation
sdk.dart
PlumCheckSDK
getConsent method
getConsent method
dark_mode
light_mode
getConsent
method
Future
<
ConsentInfo
?
>
getConsent
(
String
id
)
Implementation
Future<ConsentInfo?> getConsent(String id) async { return api.getConsent(id); }
plumcheck_flutter_sdk package
documentation
sdk
PlumCheckSDK
getConsent method
PlumCheckSDK class