get method

Future<Map<String, dynamic>?> get(
  1. String instrumentKey
)

Implementation

Future<Map<String, dynamic>?> get(String instrumentKey) =>
    Future<Map<String, dynamic>?>.value(_store[instrumentKey]);