createStore abstract method

Future<CreateStoreResponse_> createStore(
  1. ServiceCall call,
  2. CreateStoreRequest_ request
)

Implementation

$async.Future<$1.CreateStoreResponse_> createStore(
    $grpc.ServiceCall call, $1.CreateStoreRequest_ request);