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