RoverDebug
The RoverDebug module adds a new isTestDevice boolean to each event that is tracked through the EventQueue and provides a view controller for managing its value.
Assembler
Rover.initialize(assemblers: [
//...
DebugAssembler()
])
The DebugAssembler doesn’t take any parameters.
Services
The following services are defined in the RoverDebug module and are registered by the DebugAssembler:
TestDeviceManager