onError property
围栏操作错误流。
Platforms:
- 🅰️ Android:支持
- 🍏 iOS:支持
- 🔶 Harmony:支持
Returns:
- 围栏操作过程中产生的错误的广播 Stream,可订阅多次。
Implementation
Stream<TencentLocationError> get onError => _platform.onGeofenceError(_id);
围栏操作错误流。
Platforms:
Returns:
Stream<TencentLocationError> get onError => _platform.onGeofenceError(_id);