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