Initializes the connection to the device.
@override Future<bool> init() { isInitialized = true; return super.init(); }