beforeReclaimInternal method

  1. @protected
Future<Null> beforeReclaimInternal()

Provide asynchronous behaviour which must execute before reclaim.

Implementation

@protected Future<Null> beforeReclaimInternal() async
{
  // Default implementation is no-op.
}