canMessageByInboxId method

Future<bool> canMessageByInboxId(
  1. String inboxId
)

Implementation

Future<bool> canMessageByInboxId(String inboxId) {
  throw UnimplementedError('canMessageByInboxId() has not been implemented.');
}