renameCollection abstract method

Future<CollectionInfo> renameCollection(
  1. String collectionName,
  2. String docsName
)

Implementation

Future<CollectionInfo> renameCollection(String collectionName, String docsName);