getCurrentUser_Pre method
Future<GetCurrentUserResponse>
getCurrentUser_Pre(
- ServiceCall call,
- Future<
GetCurrentUserRequest> request
Implementation
$async.Future<$2.GetCurrentUserResponse> getCurrentUser_Pre(
$grpc.ServiceCall call,
$async.Future<$2.GetCurrentUserRequest> request) async {
return getCurrentUser(call, await request);
}