create abstract method
Future<int>
create({
- required String appKey,
- required NERtcChannelEventCallback channelEventCallback,
- NERtcOptions? options,
创建 NERtc 实例
Implementation
Future<int> create(
{required String appKey,
required NERtcChannelEventCallback channelEventCallback,
NERtcOptions? options});