getCurrentUser_Pre method

Future<GetCurrentUserResponse> getCurrentUser_Pre(
  1. ServiceCall call,
  2. Future<GetCurrentUserRequest> request
)

Implementation

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