FlyChatFlutterPlatform constructor

FlyChatFlutterPlatform()

Constructs a FlyChatFlutterPlatform.

This constructor initializes the platform interface with a unique token used for verifying that a platform-specific implementation has been provided.

Implementation

FlyChatFlutterPlatform() : super(token: _token);