docsMd method

Future<Uint8List?> docsMd()

Handler for docs_md.

Return the API docs formatted with markdown.

Returns a Uint8List which contains the markdown file's binary data.

Implementation

Future<Uint8List?> docsMd() async => _commandDocsMd(_client);