useFlForm function

FlForm? useFlForm()

Implementation

FlForm? useFlForm() {
  final context = useContext();
  return FlForm.of(context);
}