staticInboxStatesForInboxIds method

Future<List<Map<String, dynamic>>> staticInboxStatesForInboxIds(
  1. List<String> inboxIds
)

Implementation

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