FSAChatBottomContainerHostApi constructor

FSAChatBottomContainerHostApi({
  1. BinaryMessenger? binaryMessenger,
})

Constructor for FSAChatBottomContainerHostApi. The binaryMessenger named argument is available for dependency injection. If it is left null, the default BinaryMessenger will be used which routes to the host platform.

Implementation

FSAChatBottomContainerHostApi({BinaryMessenger? binaryMessenger})
    : __pigeon_binaryMessenger = binaryMessenger;