|
@@ -12,8 +12,7 @@ part 'bluetooth_device.dart';
|
|
|
part 'bluetooth_socket.dart';
|
|
|
|
|
|
class FlutterBluetooth {
|
|
|
- static const MethodChannel _channel =
|
|
|
- const MethodChannel('flutter_bluetooth');
|
|
|
+ MethodChannel _channel = MethodChannel('flutter_bluetooth');
|
|
|
|
|
|
PublishSubject _stopScanPill = new PublishSubject();
|
|
|
List<BluetoothDevice> _scanDevices;
|