refresh_Pre method

Future<AuthResponse> refresh_Pre(
  1. ServiceCall call,
  2. Future<RefreshRequest> request
)

Implementation

$async.Future<$0.AuthResponse> refresh_Pre(
    $grpc.ServiceCall call, $async.Future<$0.RefreshRequest> request) async {
  return refresh(call, await request);
}