fetch abstract method

Future<Map?> fetch(
  1. String name,
  2. String path
)

Implementation

Future<Map?> fetch(String name, String path);