getStore abstract method

Future<Store> getStore(
  1. ServiceCall call,
  2. GetStoreRequest request
)

Implementation

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