menu
dio_http_util package
documentation
widgets/privacy_agreement/gate.dart
PrivacyGate
onAgreed property
onAgreed property
dark_mode
light_mode
onAgreed
property
Future
<
void
>
Function
()
?
onAgreed
final
用户同意后执行,用于 SDK 初始化、权限请求等(须在首帧构建
child
前完成)
Implementation
final Future<void> Function()? onAgreed;
dio_http_util package
documentation
widgets/privacy_agreement/gate
PrivacyGate
onAgreed property
PrivacyGate class