FunctionInvokeOptions constructor

FunctionInvokeOptions({
  1. Map<String, String>? headers,
  2. dynamic body,
  3. ResponseType? responseType,
})

Implementation

FunctionInvokeOptions({
  this.headers,
  this.body,
  this.responseType,
});