setPoiRadius method
The function setPoiRadius() is a placeholder that throws an UnimplementedError. @param {String} radius - The "radius" parameter is a string that represents the desired radius for a point of interest (POI).
Implementation
Future<String?> setPoiRadius(String radius) {
throw UnimplementedError('setPoiRadius() has not been implemented.');
}