BloomAsyncFunction constructor
const
BloomAsyncFunction({
- NativeThread thread = NativeThread.ui,
- String? name,
Creates a BloomAsyncFunction annotation.
Implementation
const BloomAsyncFunction({
this.thread = NativeThread.ui,
this.name,
});