get abstract method

Future<Map<String, Object?>?> get(
  1. String key
)

Return the Map from a key

Implementation

Future<Map<String, Object?>?> get(String key);