KeyboardDetectionCallback typedef

KeyboardDetectionCallback = FutureOr<bool> Function(KeyboardState state)

Type of the callback.

Implementation

typedef KeyboardDetectionCallback = FutureOr<bool> Function(
    KeyboardState state);