startLocation method

void startLocation()

开始定位 调用原生端开始定位的方法

Implementation

void startLocation() {
  _methodChannel.invokeMethod('startLocation', {'pluginKey': _pluginKey});
  return;
}