networkAccessAllowed property
{zh} @brief 是否允许从 iCloud 中拉去数据,默认为 YES。
Implementation
FutureOr<BOOL?> get networkAccessAllowed async {
return await sendInstanceGet<BOOL?>("networkAccessAllowed");
}
{zh} @brief 是否允许从 iCloud 中拉去数据,默认为 YES。
FutureOr<BOOL?> get networkAccessAllowed async {
return await sendInstanceGet<BOOL?>("networkAccessAllowed");
}