onAgreed property

Future<void> Function()? onAgreed
final

用户同意后执行,用于 SDK 初始化、权限请求等(须在首帧构建 child 前完成)

Implementation

final Future<void> Function()? onAgreed;