inboxStatesForInboxIds method

Future<List<Map<String, dynamic>>> inboxStatesForInboxIds(
  1. List<String> inboxIds, {
  2. bool refreshFromNetwork = true,
})

Implementation

Future<List<Map<String, dynamic>>> inboxStatesForInboxIds(List<String> inboxIds, {bool refreshFromNetwork = true}) {
  throw UnimplementedError('inboxStatesForInboxIds() has not been implemented.');
}