getService method
Implementation
Future<ListAllMyBuckets> getService({SessionQCloudCredentials? sessionCredentials}) {
return cosApi.getService(serviceKey,sessionCredentials);
}
Future<ListAllMyBuckets> getService({SessionQCloudCredentials? sessionCredentials}) {
return cosApi.getService(serviceKey,sessionCredentials);
}