IsReadyListener typedef

IsReadyListener = void Function(bool? isReady)

Implementation

typedef void IsReadyListener(bool? isReady);