UseCallAdapter constructor

const UseCallAdapter(
  1. Type callAdapter
)

Creates a new UseCallAdapter annotation with the specified callAdapter.

  • callAdapter - The type of the call adapter class to use for this method

Implementation

const UseCallAdapter(this.callAdapter);