onDfuAborted method

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

Implementation

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