unInit method
De-initialize the SDK.
Supported version: 2.0.0 and above
Calling time: When you need to re-initialize the SDK, you must call unInit first.
Implementation
Future<void> unInit() async {
_unregisterEventHandler();
return await _channel.invokeMethod('unInit');
}