updateLocation method

Future<User> updateLocation(
  1. String? location
)

Implementation

Future<User> updateLocation(String? location) {
  return bytedeskHttpApi.updateLocation(location);
}