clearSDK method

dynamic clearSDK()

Implementation

clearSDK() {
  _channel.setMethodCallHandler(null);
}