Emits changes to keyboard visibility from the platform. Web is not implemented yet so false is returned.
@override Stream<bool> get onChange async* { yield false; }