enableRadio abstract method

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

Enables Bluetooth on Android; NOOP on iOS.

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

Implementation

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