docs method

Future<Map<String, dynamic>?> docs()

Handler for docs.

Return the API docs as a dict (map) where commands are keys, docstring are value.

Implementation

Future<Map<String, dynamic>?> docs() async => _commandDocs(_client);