initBluetooth method

  1. @override
Stream<String> initBluetooth()
override

Implementation

@override
Stream<String> initBluetooth() {
  return btStatusEventChannel.receiveBroadcastStream().cast();
}