MethodChannelBlueBreeze constructor
MethodChannelBlueBreeze()
Implementation
MethodChannelBlueBreeze() {
methodChannel.setMethodCallHandler(methodCallHandler);
methodChannel.invokeMethod('initialize').then((value) {
_supportsExtended = value['supportsExtended'] ?? false;
});
}