manifest method

  1. @override
Future<FileManifest> manifest()

Builds the current FileManifest for the source tree.

Implementation

@override
Future<FileManifest> manifest() async =>
    FileManifest.fromJson(await _rpc.manifest());