stopRealTimeLoc method

Future<void> stopRealTimeLoc ()

停止实时定位

Implementation

Future<void> stopRealTimeLoc() async {
  return await _entityManager.stopRealTimeLoc();
}