Future<T?> compute<T>(String method, Map<String, dynamic> args) async { return invokeMethod<T>(method, args); }