createStore abstract method

Future<Store> createStore(
  1. ServiceCall call,
  2. CreateStoreRequest request
)

Implementation

$async.Future<$0.Store> createStore(
    $grpc.ServiceCall call, $0.CreateStoreRequest request);