MethodChannelBeaconsFlutter constructor

MethodChannelBeaconsFlutter()

Constructor that sets up the method call handler

Implementation

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