disableRadio abstract method

Future<void> disableRadio({
  1. String transactionId,
})

Disables Bluetooth on Android; NOOP on iOS.

Passing optional transactionId lets you discard the result of this operation before it is finished.

Implementation

Future<void> disableRadio({String transactionId});