readAll method

Future readAll()

Implementation

Future readAll() async {
  await _options.invokeClient('inbox.read_all_messages');
}