dispose method

dynamic dispose()

Dispose this object.

Implementation

_i2.dynamic dispose() => _i5.callMethod(
      this,
      'dispose',
      [],
    );