uninit method

Future<void> uninit()

uninit

Implementation

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