setGeoFence method

Future<void> setGeoFence(
  1. int type,
  2. List<int> areaList
)

Implementation

Future<void> setGeoFence(int type, List<int> areaList) async {
  ZegoFlutterEngine.setGeoFence(type, areaList);
  return Future.value();
}