GeneralLibFlutterStateExtension<T extends StatefulWidget> extension

on

Methods

handleFunction({required OnHandleFunctionStateFullWidget<T> onFunction, OnHandleErrorStateFullWidget<T>? onError}) → void
setStateAsync(FutureOr fn(), {void onError(Object e, StackTrace stackTrace)?}) → void
setStateWithIgnoreError({required void fn(), void onError(Object e, StackTrace stackTrace)?}) → void