Gets the current state of the Bluetooth module
Stream<USBStatus> get currentStatus async* { if (Platform.isAndroid) { yield* _statusStream.cast<USBStatus>(); } }