speed_up_get library

Classes

AppService<T extends AppServiceParams>
AppServiceParams
GetRxDecorator<T>
GetRxDecorator for Rx
GetRxDecoratorBool
GetRxDecoratorDouble
GetRxDecoratorInt
/////////////////////////////////////////////////////////////////////////////
GetRxDecoratorString
IAppService<T extends AppServiceParams>

Functions

benchLog(String label, Function action) Future
Log the duration of the func execution.
registerServiceAsync<T extends IAppService<AppServiceParams>>(T service, [AppServiceParams? params]) Future
Registering services asynchronously (Sugar way)

Typedefs

GetRxDecoratorSetter<T> = T? Function(T oldValue, T? newValue, dynamic args)
Type of callback to change value in UDF manner. oldValue passes currentValue. newValue passes value to apply. args passes additional arguments.