getWalletsById_Pre method
Future<GetWalletsByIdReply>
getWalletsById_Pre(
- ServiceCall call,
- Future<
GetWalletsByIdRequest> request
Implementation
$async.Future<$0.GetWalletsByIdReply> getWalletsById_Pre($grpc.ServiceCall call, $async.Future<$0.GetWalletsByIdRequest> request) async {
return getWalletsById(call, await request);
}