refreshInbox method

Future<bool> refreshInbox(
  1. InboxRefreshListener callback
)

Implementation

Future<bool> refreshInbox(InboxRefreshListener callback) {
  throw UnimplementedError('refreshInbox() has not been implemented.');
}