SetUserGeoID method

int SetUserGeoID(
  1. int GeoId
)

Implementation

int SetUserGeoID(
  int GeoId,
) {
  return (_SetUserGeoID ??= _dylib
      .lookupFunction<_c_SetUserGeoID, _dart_SetUserGeoID>('SetUserGeoID'))(
    GeoId,
  );
}