SwitchStateChanged typedef

SwitchStateChanged = Future<bool> Function(bool value)

Implementation

typedef SwitchStateChanged = Future<bool> Function(bool value);