BleMethodChannel constructor

BleMethodChannel()

Implementation

BleMethodChannel() {
  methodChannel.setMethodCallHandler(_handleMethodCall);
}