getGeofenceIdList method

Future<List?> getGeofenceIdList()

Implementation

Future<List?> getGeofenceIdList() async {
  return BMFLocationDispatcherFactory.instance.geofenceDispatcher
      .getGeofenceIdList(_channel);
}