dispose method

  1. @override
bool dispose()
override

Release the resources associated with this source.

Implementation

@override
bool dispose() {
  super.dispose();
  return true;
}