uninit method
uninit Warning, the engine will be destroyed In theory, it should not be called
Implementation
Future<void> uninit() async {
return ZegoUIKitCore.shared.uninit();
}
uninit Warning, the engine will be destroyed In theory, it should not be called
Future<void> uninit() async {
return ZegoUIKitCore.shared.uninit();
}