inboxState method

Future<Map<String, dynamic>> inboxState({
  1. bool refreshFromNetwork = false,
})

Implementation

Future<Map<String, dynamic>> inboxState({bool refreshFromNetwork = false}) {
  throw UnimplementedError('inboxState() has not been implemented.');
}