getAccountStatus method

Future<CloudKitAccountStatus> getAccountStatus({
  1. String? containerId,
})

Implementation

Future<CloudKitAccountStatus> getAccountStatus({String? containerId}) {
  throw UnimplementedError('getAccountStatus() has not been implemented.');
}