dispose method

dynamic dispose()

Implementation

dispose() {
  _bluetoothStateStream.close();
  _onBluetoothStateChangedStreamSubscription?.cancel();
}