FlutterCloudKitPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • FlutterCloudKitPlatform
Implementers

Constructors

FlutterCloudKitPlatform.new()
Constructs a FlutterCloudKitPlatform.

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

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance FlutterCloudKitPlatform
The default instance of FlutterCloudKitPlatform to use.
getter/setter pair