stopLocate method

Future stopLocate()

结束定位, 但是仍然可以打开, 其实严格说是暂停

Implementation

Future stopLocate() {
  return _locationChannel.invokeMethod('location#stopLocate');
}