Stream<List<dynamic>> get scanBlueToothEvent => _scanBlueToothEvent.receiveBroadcastStream().map((data)=>json.decode(data));