cache abstract method

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

Load from cache (e.g. SharedPreferences, SQLite).

Implementation

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