unInitSDK method

Future unInitSDK()

反初始化SDK

Implementation

Future<dynamic> unInitSDK() {
  return _channel.invokeMethod('unInitSDK', _buildParam({}));
}