createSpace abstract method

Future<SpaceResponse> createSpace(
  1. ServiceCall call,
  2. CreateSpaceRequest request
)

Implementation

$async.Future<$0.SpaceResponse> createSpace(
    $grpc.ServiceCall call, $0.CreateSpaceRequest request);