StandaloneService constructor

StandaloneService(
  1. String libname
)

Opens libname, registers the notification callback, and immediately calls start_service.

Implementation

StandaloneService(super.libname) {
  startService();
}