send method

void send(
  1. List<Location> locations
)

Необходимо вызывать, чтобы сообщить об обновлении геопозиции.

Implementation

void send(
  List<Location> locations
)  {
  var _a1 = locations._copyFromDartTo_CArray_CLocation();
  void res = _CLocationNotifier_send_CArray_CLocation(_CLocationNotifierMakeDefault().._impl=_self, _a1);
  _a1._releaseIntermediate();
  return res;
}