nim_core_web
A Flutter web plugin for NetEase IM SDK.
To learn more about NIM
, please visit the website
Getting Started
To get started with NIM
for Flutter,
please see the documentation
Usage
To implement a new platform-specific implementation of nim_core
, extend
2
with an implementation that performs the platform-specific behavior, and when
you register your plugin, set the default
NimCorePlatform
by calling
NimCorePlatform.instance = MyService()
.