LocationFlutterPlugin constructor

LocationFlutterPlugin()

Implementation

LocationFlutterPlugin() {
  _channel = const MethodChannel(BMFLocationConstants.kLocationChannelName);
  _callbacklHandler = BMFLocationCallbackHandler();
  _channel.setMethodCallHandler(_handlerMethod);
}