MethodChannelBlueBreeze constructor

MethodChannelBlueBreeze()

Implementation

MethodChannelBlueBreeze() {
  methodChannel.setMethodCallHandler(methodCallHandler);
  methodChannel.invokeMethod('initialize');
}