getInitCommands method

List<IBleInitCommand> getInitCommands()

Returns a list of init commands to be performed in this device to get it ready for usage.

Implementation

List<IBleInitCommand> getInitCommands() => _initCommands;