SpacesService constructor

SpacesService({
  1. required ClientContext context,
})

Returns the new instance of SpacesService.

Implementation

factory SpacesService({required ClientContext context}) =>
    _SpacesService(context: context);