speed_up_get library

Classes

AppService
GetRxDecorator<T>
GetRxDecorator for Rx
GetRxDecoratorBool
GetRxDecoratorDouble
GetRxDecoratorInt
/////////////////////////////////////////////////////////////////////////////
GetRxDecoratorString
IAsyncInitService<T>
IAsyncInitServiceParams

Functions

benchLog(String label, Function action) Future
Log the duration of the func execution.
registerServiceAsync<T extends IAsyncInitService>(T service, [IAsyncInitServiceParams? 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.