uninit method

Future<void> uninit()

uninit Warning, the engine will be destroyed In theory, it should not be called

Implementation

Future<void> uninit() async {
  return ZegoUIKitCore.shared.uninit();
}