flychat library
Classes
- Mirrorfly
-
The main class for the MirrorFly Flutter plugin.
This class provides static methods to interact with the MirrorFly platform.
It serves as the entry point for the plugin and provides methods to initialize the SDK,
send messages, and perform other operations.
The class is implemented as a singleton, and its methods are accessed through static calls.
To use the plugin, import the
mirrorfly_plugin
package and call the methods on theMirrorfly
class.