resumeMonitoring method

Future<void> resumeMonitoring()

恢复已暂停的围栏监控。

Platforms:

  • 🅰️ Android:不支持,抛出 TencentLocationError(错误码 unsupportedOnThisPlatform
  • 🍏 iOS:支持
  • 🔶 Harmony:不支持,抛出 TencentLocationError(错误码 unsupportedOnThisPlatform

Implementation

Future<void> resumeMonitoring() =>
    _after(() => _platform.resumeMonitoring(_id));