getStatus_Pre method
Future<AccountStatusResponse>
getStatus_Pre(
- ServiceCall $call,
- Future<
AccountStatusRequest> $request
Implementation
$async.Future<$3.AccountStatusResponse> getStatus_Pre($grpc.ServiceCall $call,
$async.Future<$3.AccountStatusRequest> $request) async {
return getStatus($call, await $request);
}