getCurrentUser_Pre method

Future<UserPublicResponse> getCurrentUser_Pre(
  1. ServiceCall call,
  2. Future<UserPublicRequest> request
)

Implementation

$async.Future<$0.UserPublicResponse> getCurrentUser_Pre(
    $grpc.ServiceCall call,
    $async.Future<$0.UserPublicRequest> request) async {
  return getCurrentUser(call, await request);
}