get abstract method

Future<ModelMessage?> get(
  1. String hash
)

Returns the recorded response for hash, or null if no recording.

Implementation

Future<ModelMessage?> get(String hash);