onChange property

dynamic Function(bool) onChange
final

The callback when future has finished loading. Returns the response bool of the future.

Implementation

final Function(bool) onChange;