int Invoke_(String method, Map<String, dynamic>? params) { return InvokeMethod_(jsonEncode({ "method": method, ...?params, })); }