- Inheritance
-
- Object
- PlatformInterface
- FlutterCloudKitPlatform
- Implementers
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
deleteRecord({String? containerId, required CloudKitDatabaseScope scope, required String recordName})
→ Future<void>
-
-
getAccountStatus({String? containerId})
→ Future<CloudKitAccountStatus>
-
-
getRecord({String? containerId, required CloudKitDatabaseScope scope, required String recordName})
→ Future<CloudKitRecord>
-
-
getRecordsByType({String? containerId, required CloudKitDatabaseScope scope, required String recordType})
→ Future<List<CloudKitRecord>>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
saveRecord({String? containerId, required CloudKitDatabaseScope scope, required String recordType, required Map<String, String> record, String? recordName})
→ Future<void>
-
-
toString()
→ String
-
A string representation of this object.
inherited