SetUserGeoName method

int SetUserGeoName(
  1. Pointer<Uint16> geoName
)

Implementation

int SetUserGeoName(
  ffi.Pointer<ffi.Uint16> geoName,
) {
  return (_SetUserGeoName ??=
      _dylib.lookupFunction<_c_SetUserGeoName, _dart_SetUserGeoName>(
          'SetUserGeoName'))(
    geoName,
  );
}