call abstract method

Future<Map<String, Object?>> call(
  1. String method,
  2. Map<String, String> args
)

Calls method (a BasaltExtension.method value) with string-valued args and returns the decoded response map.

Implementation

Future<Map<String, Object?>> call(String method, Map<String, String> args);