MethodChannelFlutterCloudKit class
An implementation of FlutterCloudKitPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- FlutterCloudKitPlatform
- MethodChannelFlutterCloudKit
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
final
- 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> -
override
-
getAccountStatus(
{String? containerId}) → Future< CloudKitAccountStatus> -
override
-
getRecord(
{String? containerId, required CloudKitDatabaseScope scope, required String recordName}) → Future< CloudKitRecord> -
override
-
getRecordsByType(
{String? containerId, required CloudKitDatabaseScope scope, required String recordType}) → Future< List< CloudKitRecord> > -
override
-
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> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited