invokeList static method

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

Implementation

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