Future<void> call(String method, Map<String, dynamic> args) async { return invokeMethod<void>(method, args); }