invokeMap static method

Future<Map<Object?, Object?>?> invokeMap(
  1. String method, [
  2. Map<String, Object?>? arguments
])

Implementation

static Future<Map<Object?, Object?>?> invokeMap(String method, [Map<String, Object?>? arguments]) => invoke<Map<Object?, Object?>>(method, arguments);