BloomAsyncFunction constructor

const BloomAsyncFunction({
  1. NativeThread thread = NativeThread.ui,
  2. String? name,
})

Creates a BloomAsyncFunction annotation.

Implementation

const BloomAsyncFunction({
  this.thread = NativeThread.ui,
  this.name,
});