destroy method

  1. @override
void destroy()
override

Destroy the source.

Implementation

@override
void destroy() {
  source.destroy();
}