menu
xyz_flutter_plus package
documentation
@utils/src/keyboard_observer.dart
KeyboardObserver
stopObserving method
stopObserving method
dark_mode
light_mode
stopObserving
method
void
stopObserving
(
)
Implementation
void stopObserving() { this._timer?.cancel(); this._timer = null; }
xyz_flutter_plus package
documentation
@utils/src/keyboard_observer
KeyboardObserver
stopObserving method
KeyboardObserver class