manifest method

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

Implementation

Future<Map<String, dynamic>?> manifest() {
  throw UnimplementedError('manifest() has not been implemented.');
}