MethodChannelUniversalBluetooth constructor

MethodChannelUniversalBluetooth()

Implementation

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