提交 d57fa9f4 authored 作者: 张国庆's avatar 张国庆

更新 amap_flutter_location.dart 删除日志

上级 7cf76219
...@@ -142,7 +142,6 @@ class AMapFlutterLocation { ...@@ -142,7 +142,6 @@ class AMapFlutterLocation {
Map<String, Object> newEvent = Map<String, Object>.of(event); Map<String, Object> newEvent = Map<String, Object>.of(event);
newEvent.remove('pluginKey'); newEvent.remove('pluginKey');
_receiveStream?.add(newEvent); _receiveStream?.add(newEvent);
print('onLocationChanged: $newEvent');
} }
},onError: (Object error) { },onError: (Object error) {
print('onLocationChanged error: $error'); print('onLocationChanged error: $error');
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论