onInitialize method
Callback on initialize.
Is to be overridden in sub-classes. Note, however, that it must not be doing a lot of work on startup.
Implementation
@override
void onInitialize(TDeviceConfiguration configuration) {}
Callback on initialize.
Is to be overridden in sub-classes. Note, however, that it must not be doing a lot of work on startup.
@override
void onInitialize(TDeviceConfiguration configuration) {}