getCurrent_Pre method

Future<GetCurrentResponse> getCurrent_Pre(
  1. ServiceCall call,
  2. Future<GetCurrentRequest> request
)

Implementation

$async.Future<$27.GetCurrentResponse> getCurrent_Pre($grpc.ServiceCall call, $async.Future<$27.GetCurrentRequest> request) async {
  return getCurrent(call, await request);
}