findOrCreateDMWithInboxId method

Future<Map<String, dynamic>> findOrCreateDMWithInboxId(
  1. String inboxId
)

Implementation

Future<Map<String, dynamic>> findOrCreateDMWithInboxId(String inboxId) {
  throw UnimplementedError('findOrCreateDMWithInboxId() has not been implemented.');
}