getService method

Future<ListAllMyBuckets> getService()

Implementation

Future<ListAllMyBuckets> getService() {
  return cosApi.getService(serviceKey);
}