onDeviceDisconnected method

  1. @override
void onDeviceDisconnected(
  1. String deviceAddress
)
override

Implementation

@override
void onDeviceDisconnected(String deviceAddress) {
  super.onDeviceDisconnected(deviceAddress);
  if (onDeviceDisconnectedHandle != null) {
    onDeviceDisconnectedHandle!(deviceAddress);
  }
}