release property

List<Future<void> Function()> release
final

Publicly defined clean-up Functions which must be called before dispose.

Implementation

final List<Future<void> Function()> release = [];