SpacesService constructor
SpacesService({
- required ClientContext context,
Returns the new instance of SpacesService.
Implementation
factory SpacesService({required ClientContext context}) =>
_SpacesService(context: context);