suspend fun MongoClient.getCollectionsAwait(): List<String>
Get a list of all collections in the database.
resultHandler - will be called with a list of collections.
resultHandler
Return