StandaloneService constructor
StandaloneService(
- String libname
Opens libname, registers the notification callback, and immediately
calls start_service.
Implementation
StandaloneService(super.libname) {
startService();
}