static void fetch({String? appId, String? templateCode}) { _channel .invokeMethod("fetch", {"appId": appId, "templateCode": templateCode}); }