I'm building a Flutter app, and the project will at some stage require some serverless functions.
Are there ways to deploy DART language based serverless functions? I'm trying to avoid replicating business logic and data models in another language like Typescript.