onInput method

Future<void> onInput(
  1. T? value
)

Implementation

Future<void> onInput(T? value) async => await fromFire.onInput(value);