dispose method

void dispose()

Implementation

void dispose() {
  _weightInfoCallback = null;
  _channel.setMethodCallHandler(null);
}