stopGeofenceMonitoring method
Stops Geofence Monitoring
appId
- MoEngage App ID
Implementation
@override
void stopGeofenceMonitoring(String appId) {
try {
_channel.invokeMethod(
methodStopGeofenceMonitoring,
getAccountMeta(appId),
);
} catch (e) {
Logger.e('$_tag Error: stopGeofenceMonitoring() : $e');
}
}