start
open fun start(@NonNull context: Context, @NonNull service: Class<out DfuBaseService>): DfuServiceController
Starts the DFU service.
Parameters
context
the application context
service
the class derived from the BaseDfuService
Starts the DFU service.
the application context
the class derived from the BaseDfuService